Accessing and Modifying Mule Events


Quiz

Close. You got 7 / 8. Please review your answers.

  1. What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?

    Correct!
  2. A Set Variable component saves the current payload to a variable with the name: images. What is the DataWeave expression to access the images variable?

    Correct!
  3. A web service implements an API to handle requests to http://acme.com/customers/{state}. 

    A web client makes a request to this API implementation at http://acme.com/customers/CA. 

    What is the correct DataWeave expression to retrieve the value CA?

    Correct!
  4. A flow contains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?

    Sorry, that's incorrect.
  5. Refer to the exhibit. What is the correct DataWeave expression for accessing the city Cleveland from the JSON payload? 

    Correct!
  6. What is NOT part of a Mule 4 event?

    Correct!
  7. A Mule application has two flows named parentFlow and childFlow. The childFlow begins with an HTTP Listener. 

    A variable is defined in parentFlow, then an HTTP Request is made to childFlow's HTTP Listener with some headers set. 

    What is the scope of the variable and attributes in the parentFlow after childFlow returns a response?

    Correct!
  8. A Mule application has a flow named parentFlow. 

    The parentFlow contains an HTTP Request operation at the end of the flow. The parentFlow also contains a Set Variable operation right before the HTTP Request operation. 

    What is the scope of the variable to the server receiving the HTTP Request from parentFlow?

    Correct!

How well do you think you understood 'Module 6' ?

Close. You got 7 / 8. Please scroll up to review your answers.

This Attempt

88%Overall Score
N/AConfidence Score
Response submitted!